We are trying to use RegEx to compare field values to trigger a PD incident via Rules from Salesforce.
What is the right way of putting rules in Rulesets?
e.g. If the region contains 3 or 4. Tried using [3|4], ([3|4]), /[3|4]
Please share if you know already.